home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bimod_q.arc / BIMOD_Q.BAT next >
DOS Batch File  |  1991-02-28  |  1KB  |  28 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  _______________________________________________________________________
  4. ECHO I                                                                       I
  5. ECHO I A Sample Batch file for use with DOS, Qmodem 3.? PG DN Key, or ?      I
  6. ECHO I                                                                       I
  7. ECHO I This batch will execute BiPath so you may modify your transfer        I
  8. ECHO I request lists, and then will Request BiModem from the Bulletin Board. I
  9. ECHO I If selection of BiModem is not done by typing a B and pressing the    I
  10. ECHO I carraige return, you will have to either modify this batch file or    I
  11. ECHO I start BiModem on the board before executing this batch file.          I
  12. ECHO I_______________________________________________________________________I
  13. :
  14. PAUSE
  15. : Very simple yet it really helps.  Now if you execute this batch from
  16. : your Qmodem Communications program, or from Dos, it should do the trick.
  17. : Use your Qmodem QINSTALL program to configure your External Transfer
  18. : Protocols PG DN and PG UP Key to involk this batch file.
  19. :
  20. : Feel free to enhance this as there are many directions you could take.
  21. :
  22. echo off
  23. cls
  24. BiPath BiModem.Pth
  25. ECHO B >COM1
  26. BiModem\BiModem
  27.  
  28.